Welcome![Sign In][Sign Up]
Location:
Search - elgamal algorithm

Search list

[Windows DevelopCrypt0-P9

Description: 这是又一个加密算法源代码集合如elgamal,idea等50个算法-This is also an encryption algorithm source code pool as ElGamal, idea etc. 50 Algorithm
Platform: | Size: 220160 | Author: 伙同 | Hits:

[Crack HackEIGamal

Description: C++写的椭圆曲线加密算法库源码 椭圆曲线加密算法,解密一步的源代码-C++ Written in elliptic curve encryption algorithm library source elliptic curve encryption algorithm, decryption step source code
Platform: | Size: 3072 | Author: mwb | Hits:

[Crack HackDSA

Description: Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x < q,x为私钥 ; y:y = g^x mod p ,( p, q, g, y )为公钥; H( x ):One-Way Hash函数。DSS中选用SHA( Secure Hash Algorithm )。 p, q, g可由一组用户共享,但在实际应用中,使用公共模数可能会带来一定的威胁。签名及验证协议如下: 1. P产生随机数k,k < q; 2. P计算 r = ( g^k mod p ) mod q s = ( k^(-1) (H(m) + xr)) mod q 签名结果是( m, r, s )。 3. 验证时计算 w = s^(-1)mod q u1 = ( H( m ) * w ) mod q u2 = ( r * w ) mod q v = (( g^u1 * y^u2 ) mod p ) mod q 若v = r,则认为签名有效。   DSA是基于整数有限域离散对数难题的,其安全性与RSA相比差不多。DSA的一个重要特点是两个素数公开,这样,当使用别人的p和q时,即使不知道私钥,你也能确认它们是否是随机产生的,还是作了手脚。RSA算法却作不到。
Platform: | Size: 136192 | Author: wildkaede | Hits:

[Crack HackC++ecc

Description: C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行了-C++ Realized elliptic curve algorithm. Has been written in a library file as long as the call on the list
Platform: | Size: 102400 | Author: Decell Hoo | Hits:

[Crack HackKeyGen_FHCF_03

Description: 使用miracl大数库实现ELGAMAL算法,可直接用于序列号生成-The use of large numbers miracl Treasury realize ELGAMAL algorithm, can be used directly to generate the serial number
Platform: | Size: 196608 | Author: mysic | Hits:

[Windows Develop4

Description: ELGAMAL算法的验证 取消掉输入后能够用该算法进行加解密过程-ELGAMAL algorithm validation cancel the input will be capable of using this algorithm encryption and decryption process of
Platform: | Size: 1024 | Author: 李华 | Hits:

[Crack Hack300jiamisuanfayuanma

Description: 300种加密算法源码,标准库函数,包含RSA,ELGamal等-300 kinds of encryption algorithm source code
Platform: | Size: 389120 | Author: | Hits:

[JSP/JavaCODING

Description: ELGAMAL algorithm implementation in java
Platform: | Size: 1024 | Author: Ananth | Hits:

[Crack Hackelgamal

Description: public key algorithm
Platform: | Size: 2048 | Author: mmmhhhmmmddd | Hits:

[Crack HackElGamal

Description: ElGamal algorithm used for data encryption.
Platform: | Size: 1024 | Author: Vladimir | Hits:

[Crack HackElGamal-Signature

Description: ElGamal算法的加解密及签名实现,这是一个专业课程设计,包含设计报告。-The ElGamal algorithm encryption and signature
Platform: | Size: 45056 | Author: 友奕 | Hits:

[Data structsElGamal

Description: 大学课程设计里面自己动手实现的ElGamal算法,环境是VC-University of curriculum design inside their own hands to achieve ElGamal algorithm, the environment is VC++
Platform: | Size: 3072 | Author: 蒋骋志 | Hits:

[Crack HackElGamal

Description: ELGamal算法,用于加密算法,课设做的,足够应付课设了-ELGamal algorithm, encryption algorithm
Platform: | Size: 3880960 | Author: 乌铮 | Hits:

[Crack Hackelgamal

Description: ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984 public key cryptosystem and elliptic curve cryptography system. Both digital signature can also be used for data encryption, its security relies on computational finite field discrete logarithm problem. Generated during the encryption process, the length of the ciphertext is plaintext twice, and each encryption will generate a random number K in the ciphertext.
Platform: | Size: 2048 | Author: 李小龙 | Hits:

[Crack HackElgamal

Description: 公约密码中的ElGamal签名算法,通过C++程序实现了其签名过程。-Convention password ElGamal signature algorithm by C++ program to achieve its signature process.
Platform: | Size: 3550208 | Author: WindAchilles | Hits:

[Crack Hackelgamal

Description: 实现数字签名Elgamal算法,该算法是在rsa算法基础上的变形算法。-Digital signature Elgamal algorithm, the algorithm is in the rsa algorithm on the basis of the deformation algorithm.
Platform: | Size: 1024 | Author: jimoyong | Hits:

[Crack Hackrsa-elgamal-dsa

Description: rsa Elgamal及DSA的使用实例,运用此类算法加密解密及签名验签-rsa Elgamal and DSA use instances, the use of such algorithm for encryption and decryption and signature inspection signed
Platform: | Size: 5120 | Author: hdxs | Hits:

[Crack HackElgamal11

Description: java编写的加密系统基于ElGamal算法能够对数字进行加密解密。-written in Java encryption system based on the ElGamal algorithm for encryption and decryption of digital.
Platform: | Size: 15360 | Author: 张起 | Hits:

[Crack HackElGamal

Description: 用椭圆曲线实现ElGamal算法,根据来源于国密局SM2算法的标准参数,Fp-192曲线,运用一个大数类能够实现密码算法所需要的基本运算。-Using elliptic curve ElGamal algorithm, according to secret from the State Bureau of SM2 algorithm standard parameters, Fp-192 curve, the use of a class of large numbers cryptographic algorithm to achieve the required basic operations.
Platform: | Size: 5304320 | Author: 周佳琦 | Hits:

[CA authElgamal

Description: ElGamal algorithm not only used for data encryption can be used for digital signatures, their safety depends on the calculation of a finite field discrete logarithm this problem. Key to the method. First of all, choose a prime number p, the two random numbers, g and x, g, x <p, computing y = g ^ x (mod p), for its public key y, g and p. Private key is x. g and p by a group of users to share. ElGamal for digital signatures. Information was signed M, first choose a
Platform: | Size: 57344 | Author: HamzaAnwer | Hits:
« 1 23 »

CodeBus www.codebus.net